Intersoft ClientUI Documentation
ThreeDStyle Property



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