Intersoft ClientUI Documentation
ButtonClip Property (UXFlowControlPanelButton)



Gets or sets the button clip.
Syntax
<CategoryAttribute("Appearance")>
Public Property ButtonClip As Geometry
Dim instance As UXFlowControlPanelButton
Dim value As Geometry
 
instance.ButtonClip = value
 
value = instance.ButtonClip
[CategoryAttribute("Appearance")]
public Geometry ButtonClip {get; set;}
[CategoryAttribute("Appearance")]
public:
property Geometry^ ButtonClip {
   Geometry^ get();
   void set (    Geometry^ 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

UXFlowControlPanelButton Class
UXFlowControlPanelButton Members

Send Feedback