ToolBarAppearance 열거형
표시할 도구 모음의 형식을 지정합니다.
네임스페이스: System.Windows.Forms
어셈블리: System.Windows.Forms(system.windows.forms.dll)
구문
‘선언
Public Enumeration ToolBarAppearance
‘사용 방법
Dim instance As ToolBarAppearance
public enum ToolBarAppearance
public enum class ToolBarAppearance
public enum ToolBarAppearance
public enum ToolBarAppearance
멤버
멤버 이름 | 설명 | |
---|---|---|
Flat | 도구 모음 및 단추가 평면으로 표시되지만, 마우스 포인터를 단추 위로 이동하면 해당 단추가 3차원 모양으로 바뀝니다. | |
Normal | 도구 모음 및 단추가 표준 3차원 컨트롤로 표시됩니다. |
설명
이 열거형은 ToolBar.Appearance 등과 같은 멤버에서 사용됩니다.
도구 모음 및 해당 단추를 평면 모양으로 만들려면 도구 모음의 Appearance 속성을 ToolBarAppearance.Flat으로 설정합니다. 마우스 포인터를 단추 위로 가져가면 단추의 모양이 3차원으로 바뀝니다. 단추 구분선은 도구 모음이 평면 모양일 때 단추 사이에 공간이 아닌 선으로 나타납니다.
예제
다음 예제에서는 ToolBar 컨트롤을 만들고 공통적인 속성 일부를 설정하며 컨트롤을 Form에 추가합니다. 또한 대리자도 ButtonClick 및 ButtonDropDown 이벤트에 추가됩니다. 이 예제에서는 이름이 toolBar1
인 ToolBar와 이름이 imageList1
인 ImageList가 선언되어 있다고 가정합니다.
Private Sub AddToolBar()
' Add a toolbar and set some of its properties.
toolBar1 = New ToolBar()
toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat
toolBar1.BorderStyle = System.Windows.Forms.BorderStyle.None
toolBar1.Buttons.Add(Me.toolBarButton1)
toolBar1.ButtonSize = New System.Drawing.Size(24, 24)
toolBar1.Divider = True
toolBar1.DropDownArrows = True
toolBar1.ImageList = Me.imageList1
toolBar1.ShowToolTips = True
toolBar1.Size = New System.Drawing.Size(292, 25)
toolBar1.TabIndex = 0
toolBar1.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right
toolBar1.Wrappable = False
' Add handlers for the ButtonClick and ButtonDropDown events.
AddHandler toolBar1.ButtonDropDown, AddressOf toolBar1_ButtonDropDown
AddHandler toolBar1.ButtonClick, AddressOf toolBar1_ButtonClicked
' Add the toolbar to the form.
Me.Controls.Add(toolBar1)
End Sub
private void AddToolBar()
{
// Add a toolbar and set some of its properties.
toolBar1 = new ToolBar();
toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
toolBar1.BorderStyle = System.Windows.Forms.BorderStyle.None;
toolBar1.Buttons.Add(this.toolBarButton1);
toolBar1.ButtonSize = new System.Drawing.Size(24, 24);
toolBar1.Divider = true;
toolBar1.DropDownArrows = true;
toolBar1.ImageList = this.imageList1;
toolBar1.ShowToolTips = true;
toolBar1.Size = new System.Drawing.Size(292, 25);
toolBar1.TabIndex = 0;
toolBar1.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right;
toolBar1.Wrappable = false;
// Add handlers for the ButtonClick and ButtonDropDown events.
toolBar1.ButtonDropDown +=
new ToolBarButtonClickEventHandler(toolBar1_ButtonDropDown);
toolBar1.ButtonClick +=
new ToolBarButtonClickEventHandler(toolBar1_ButtonClicked);
// Add the toolbar to the form.
this.Controls.Add(toolBar1);
}
void AddToolBar()
{
// Add a toolbar and set some of its properties.
toolBar1 = gcnew ToolBar;
toolBar1->Appearance = System::Windows::Forms::ToolBarAppearance::Flat;
toolBar1->BorderStyle = System::Windows::Forms::BorderStyle::None;
toolBar1->Buttons->Add( this->toolBarButton1 );
toolBar1->ButtonSize = System::Drawing::Size( 24, 24 );
toolBar1->Divider = true;
toolBar1->DropDownArrows = true;
toolBar1->ImageList = this->imageList1;
toolBar1->ShowToolTips = true;
toolBar1->Size = System::Drawing::Size( 292, 25 );
toolBar1->TabIndex = 0;
toolBar1->TextAlign = System::Windows::Forms::ToolBarTextAlign::Right;
toolBar1->Wrappable = false;
// Add handlers for the ButtonClick and ButtonDropDown events.
toolBar1->ButtonDropDown += gcnew ToolBarButtonClickEventHandler( this, &MyToolBar::toolBar1_ButtonDropDown );
toolBar1->ButtonClick += gcnew ToolBarButtonClickEventHandler( this, &MyToolBar::toolBar1_ButtonClicked );
// Add the toolbar to the form.
this->Controls->Add( toolBar1 );
}
private void AddToolBar()
{
// Add a toolbar and set some of its properties.
toolBar1 = new ToolBar();
toolBar1.set_Appearance(System.Windows.Forms.ToolBarAppearance.Flat);
toolBar1.set_BorderStyle(System.Windows.Forms.BorderStyle.None);
toolBar1.get_Buttons().Add(this.toolBarButton1);
toolBar1.set_ButtonSize(new System.Drawing.Size(24, 24));
toolBar1.set_Divider(true);
toolBar1.set_DropDownArrows(true);
toolBar1.set_ImageList(this.imageList1);
toolBar1.set_ShowToolTips(true);
toolBar1.set_Size(new System.Drawing.Size(292, 25));
toolBar1.set_TabIndex(0);
toolBar1.set_TextAlign(System.Windows.Forms.ToolBarTextAlign.Right);
toolBar1.set_Wrappable(false);
// Add handlers for the ButtonClick and ButtonDropDown events.
toolBar1.add_ButtonDropDown(new ToolBarButtonClickEventHandler
(toolBar1_ButtonDropDown));
toolBar1.add_ButtonClick(new ToolBarButtonClickEventHandler
(toolBar1_ButtonClicked));
// Add the toolbar to the form.
this.get_Controls().Add(toolBar1);
} //AddToolBar
플랫폼
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원