Visual Basic (Declaration) | |
---|---|
Public Overloads Shadows ReadOnly Property Item( _ ByVal action As ToolbarCommandActions _ ) As ToolbarCommand |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ToolbarCommandCollection Dim action As ToolbarCommandActions Dim value As ToolbarCommand value = instance.Item(action) |
C# | |
---|---|
public new ToolbarCommand Item( ToolbarCommandActions action ) {get;} |
C++/CLI | |
---|---|
public: new property ToolbarCommand^ Item { ToolbarCommand^ get(ToolbarCommandActions action); } |
Parameters
- action
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2