SpreadsheetGear 2017
FocusVisualStyle Property (SheetTab)






SpreadsheetGear.Windows.Controls Namespace > SheetTab Class : FocusVisualStyle Property
Syntax
'Declaration
 
Public Property FocusVisualStyle As System.Windows.Style
'Usage
 
Dim instance As SheetTab
Dim value As System.Windows.Style
 
instance.FocusVisualStyle = value
 
value = instance.FocusVisualStyle
public System.Windows.Style FocusVisualStyle {get; set;}
public read-write property FocusVisualStyle: System.Windows.Style; 
public function get,set FocusVisualStyle : System.Windows.Style
public: __property System.Windows.Style* get_FocusVisualStyle();
public: __property void set_FocusVisualStyle( 
   System.Windows.Style* value
);
public:
property System.Windows.Style^ FocusVisualStyle {
   System.Windows.Style^ get();
   void set (    System.Windows.Style^ 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

SheetTab Class
SheetTab Members