Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the header height.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public int HeaderHeight { get; set; }
public:
property int HeaderHeight {
int get();
void set(int value);
}
Public Property HeaderHeight As Integer
Property Value
Type: System.Int32
The header height.
See Also
ComboTableV2Style Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top