Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
System
Windows
Forms
Accordion
C# 클래스 System.Windows.Forms.Accordion
A tabbed panel with an orizontal list of items, opened as an accordion.
상속:
Panel
파일 보기
프로젝트 열기: Meragon/Unity-WinForms
1 사용 예제들
공개 메소드들
메소드
설명
Accordion
( ) :
System
Add
(
string
itemText
,
Control
container
) :
AccordionButton
Refresh
( ) :
void
보호된 메소드들
메소드
설명
OnLatePaint
(
PaintEventArgs
e
) :
void
메소드 상세
Accordion()
공개
메소드
public
Accordion
( ) :
System
리턴
System
Add()
공개
메소드
public
Add
(
string
itemText
,
Control
container
) :
AccordionButton
itemText
string
container
Control
리턴
AccordionButton
OnLatePaint()
보호된
메소드
protected
OnLatePaint
(
PaintEventArgs
e
) :
void
e
PaintEventArgs
리턴
void
Refresh()
공개
메소드
public
Refresh
( ) :
void
리턴
void