IgnoreIconLengths Property
Ignore the lengths of the pixel data in icon sequences
public System.bool IgnoreIconLengths {get; set;}
public read-write property IgnoreIconLengths: System.Boolean;
public function get,set IgnoreIconLengths : System.boolean
public: __property System.bool get_IgnoreIconLengths();
public: __property void set_IgnoreIconLengths(
System.bool value
);
public:
property System.bool IgnoreIconLengths {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property IgnoreIconLengths As System.Boolean
'Usage
Dim instance As ReadBehaviours
Dim value As System.Boolean
instance.IgnoreIconLengths = value
value = instance.IgnoreIconLengths
Target Platforms: .NET CLR 4.8 or higher