NetXP 3.0 Reference

ListBarGroup.SetButtonHeight Method 

Called to set the height of this group's button by the owning control.

[Visual Basic]
Public Sub SetButtonHeight( _
   ByVal defaultFont As Font _
)
[C#]
public void SetButtonHeight(
   Font defaultFont
);

Parameters

defaultFont
The default Font to use when this item does not have a specific font set.

See Also

ListBarGroup Class | NETXP.Controls.Bars Namespace