Gets or sets a TabPage at particular index.
Namespace:
BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0
Syntax
C# |
---|
public TabPage this[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ index As Integer _ ) As TabPage |
Visual C++ |
---|
public: property TabPage^ default[int index] { TabPage^ get (int index); void set (int index, TabPage^ value); } |
Parameters
- index
- Type: System..::.Int32
Index of a TabPage to get or set.
Return Value
TabPage at corresponding index.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentOutOfRangeException | This exception is thrown if the provided index does not fall within the range of valid values. |