Click or drag to resize
BtnBase Constructor
Initialize a new instance of the BtnBase class.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public BtnBase(
	Control parent,
	Rectangle sizeAndPos
)

Parameters

parent
Type: System.Windows.FormsControl
Reference to the parent control.
sizeAndPos
Type: System.DrawingRectangle
Initial size and position.
See Also