ToolStrip.Controls 속성

정의

이 속성은 이 클래스와 관련이 없습니다.

public:
 property System::Windows::Forms::Control::ControlCollection ^ Controls { System::Windows::Forms::Control::ControlCollection ^ get(); };
public System.Windows.Forms.Control.ControlCollection Controls { get; }
member this.Controls : System.Windows.Forms.Control.ControlCollection
Public ReadOnly Property Controls As Control.ControlCollection

속성 값

Control.ControlCollection

ToolStrip에 포함된 컨트롤의 컬렉션을 나타내는 Control.ControlCollection입니다.

설명

이 속성은 이 클래스와 관련이 없습니다.

적용 대상