[]
Performs an implicit conversion from ScrollBarButtons to FpScrollBarButtonCollection.
public static implicit operator FpScrollBarButtonCollection(ScrollBarButtons scrollBarButtons)
Public Shared Widening Operator CType(scrollBarButtons As ScrollBarButtons) As FpScrollBarButtonCollection
| Type | Name | Description |
|---|---|---|
| ScrollBarButtons | scrollBarButtons | ScrollBarButtons object |
| Type | Description |
|---|---|
| FpScrollBarButtonCollection | The FpScrollBarButtonCollection object of the conversion |
Performs an implicit conversion from FpScrollBarButtonCollection to ScrollBarButtons.
public static implicit operator ScrollBarButtons(FpScrollBarButtonCollection buttonsCollection)
Public Shared Widening Operator CType(buttonsCollection As FpScrollBarButtonCollection) As ScrollBarButtons
| Type | Name | Description |
|---|---|---|
| FpScrollBarButtonCollection | buttonsCollection | FpScrollBarButtonCollection object |
| Type | Description |
|---|---|
| ScrollBarButtons | The ScrollBarButtons object of the conversion |