Version

RenderCheckButton Method

Renders a toggle button within a TBButtonGroup.
Syntax
'Declaration
 
Public Sub RenderCheckButton( _
   ByVal bt As Items, _
   ByVal index As Integer _
) 
public void RenderCheckButton( 
   Items bt,
   int index
)

Parameters

bt
The Toolbar items collection.
index
Zero-based index within bt at which the button group resides.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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