Einhugur macOS Bridge plugin. |
|
NSSegmentedControl.SegmentWidth Method
Sets or gets the width of the specified segment by given index.

SegmentWidth(
index
as Integer)
as Double

SegmentWidth(
index
as Integer
assigns value
as Double)
Parameters
- index
- Index of the segment to get or set the width for (Zero based)
- value (assignment parameter)
- The width of the segment or zero for automatic. (Zero is the default)
Returns
- Double
Remarks
See Also
NSSegmentedControl Class