Accusoft.ThumbnailXpress6.Net
Enabled Property




Gets and sets an indicator to enable the filter status.
Syntax
'Declaration
 
Public Property Enabled As Boolean
'Usage
 
Dim instance As Filter
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public bool Enabled {get; set;}
public: __property bool get_Enabled();
public: __property void set_Enabled( 
   bool value
);
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to enable the filter status. Otherwise, false is used.
Remarks

The default value is true.

See Also

Reference

Filter Class
Filter Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback