ComboTableV2Style.HeaderHeight Property
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