Constructor for CustomPivotControlRibbon

Namespace: Ico.Gwx
Assembly: GwxControls (in GwxControls.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public CustomPivotControlRibbon(
	CustomPivotControl pivot
)
Visual Basic
Public Sub New ( _
	pivot As CustomPivotControl _
)
JScript
public function CustomPivotControlRibbon(
	pivot : CustomPivotControl
)

Parameters

pivot
Type: Ico.Gwx..::..CustomPivotControl
This pivot control that is configured by this Ribbon

See Also