Intersoft ClientUI Documentation
FlatStyle Property



Specifies the flat style used when the ButtonAppearance property of UXToolGroup is set to Flat.
Syntax
Public Property FlatStyle As Style
Dim instance As UXToolBarButtonStyleSelector
Dim value As Style
 
instance.FlatStyle = value
 
value = instance.FlatStyle
public Style FlatStyle {get; set;}
public:
property Style^ FlatStyle {
   Style^ get();
   void set (    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

UXToolBarButtonStyleSelector Class
UXToolBarButtonStyleSelector Members

Send Feedback