CommandBarPopup.Controls Property

Gets the controls owned by this popup.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'宣告
ReadOnly Property Controls As CommandBarControls
    Get
'用途
Dim instance As CommandBarPopup
Dim value As CommandBarControls

value = instance.Controls
CommandBarControls Controls { get; }
property CommandBarControls^ Controls {
    CommandBarControls^ get ();
}
abstract Controls : CommandBarControls
function get Controls () : CommandBarControls

Property Value

Type: Microsoft.VisualStudio.CommandBars.CommandBarControls
The controls owned by this popup.

.NET Framework Security

See Also

Reference

CommandBarPopup Interface

CommandBarPopup Members

Microsoft.VisualStudio.CommandBars Namespace