RibbonTabMeasureSize Method

Measures the size of the tab. The tab content bounds is measured by the Ribbon control

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Size MeasureSize(
	Object sender,
	RibbonElementMeasureSizeEventArgs e
)

Parameters

sender  Object
e  RibbonElementMeasureSizeEventArgs

Return Value

Size

Implements

IRibbonElementMeasureSize(Object, RibbonElementMeasureSizeEventArgs)

See Also