BCGControlBar Library for .NET
Style Property (Pointer)




Syntax
'Declaration
 
Public Property Style As PointerStyle
'Usage
 
Dim instance As Pointer
Dim value As PointerStyle
 
instance.Style = value
 
value = instance.Style
public PointerStyle Style {get; set;}
public: __property PointerStyle get_Style();
public: __property void set_Style( 
   PointerStyle value
);
public:
property PointerStyle Style {
   PointerStyle get();
   void set (    PointerStyle 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

Pointer Class
Pointer Members

Send Feedback