Intersoft ClientUI Documentation
HeaderPosition Property (FieldLabel)



Gets or sets the dock position for the header element.
Syntax
<CategoryAttribute("Common Properties")>
Public Property HeaderPosition As Dock
Dim instance As FieldLabel
Dim value As Dock
 
instance.HeaderPosition = value
 
value = instance.HeaderPosition
[CategoryAttribute("Common Properties")]
public Dock HeaderPosition {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Dock HeaderPosition {
   Dock get();
   void set (    Dock 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

FieldLabel Class
FieldLabel Members

Send Feedback