RibbonButtonDropDownBounds Property

Gets the bounds of the dropdown button

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Rectangle DropDownBounds { get; }

Property Value

Rectangle

Remarks

When Style is different from SplitDropDown and SplitBottomDropDown, ButtonFaceBounds is the same area than DropDownBounds

See Also