IgnoreIconLengths Property
In This Topic
Ignore the lengths of the pixel data in icon sequences
Syntax
'Declaration
Public Property IgnoreIconLengths As System.Boolean
'Usage
Dim instance As ReadBehaviours
Dim value As System.Boolean
instance.IgnoreIconLengths = value
value = instance.IgnoreIconLengths
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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also