BCGControlBar Library for .NET
Check Property




Specifies if the object to update is checked.
Syntax
'Declaration
 
Public Property Check As Boolean
'Usage
 
Dim instance As UpdateCmdUIEventArgs
Dim value As Boolean
 
instance.Check = value
 
value = instance.Check
public bool Check {get; set;}
public: __property bool get_Check();
public: __property void set_Check( 
   bool value
);
public:
property bool Check {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UpdateCmdUIEventArgs Class
UpdateCmdUIEventArgs Members

Send Feedback