C# 클래스 SIL.FieldWorks.Common.UIAdapters.ToolStripItemExtender

상속: IDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CreateButton ( ) : ToolStripButton

Creates a ToolStripButton.

CreateComboBox ( ) : ToolStripComboBox

Creates a ToolStripComboBox.

CreateContextMenu ( ) : ContextMenuStrip

Creates a context menu.

CreateControlHost ( Control ctrl ) : ToolStripControlHost

Creates a ToolStripControlHost.

CreateDropDownButton ( ) : ToolStripDropDownButton

Creates a ToolStripDropDownButton.

CreateMenuItem ( ) : ToolStripMenuItem

Creates the menu item.

CreateSplitButton ( ) : ToolStripSplitButton

Creates a ToolStripSplitButton.

CreateToolStrip ( ) : ToolStrip

Creates a tool strip.

Dispose ( ) : void
GetBeginGroup ( ToolStripItem item ) : bool

Sets the begin group property for the specified ToolStripItem.

InsertItemBefore ( ToolStripItem beforeItem, ToolStripItem insertItem ) : void

Inserts a new item before the specified item.

SetBeginGroup ( ToolStripItem item, bool beginGroup ) : void

Sets the begin group property for the specified ToolStripItem.

보호된 메소드들

메소드 설명
Dispose ( bool fDisposing ) : void

비공개 메소드들

메소드 설명
AddSeparator ( ToolStrip ts ) : void

Adds a separator to the specified ToolStrip before the ToolStripItem associated with this instance of the extender.

HandleItemAddedToOwner ( object sender, System.Windows.Forms.ToolStripItemEventArgs e ) : void

Handles adding an item's separator (if it has one) to its owning ToolStrip.

HandleItemRemovedFromOwner ( object sender, System.Windows.Forms.ToolStripItemEventArgs e ) : void

Handles removing an item's separator (if it has one) from its owning ToolStrip.

HandleItemsVisiblilityChanged ( object sender, EventArgs e ) : void

Make sure a separator's visible state tracks with the ToolStripItem to which it's associated.

RemoveSeparator ( ToolStrip ts ) : void

Removes from the specified ToolStrip the separator for the ToolStripItem associated with this instance of the extender.

ToolStripItemExtender ( ToolStripItem item ) : System

Initializes a new instance of the ToolStripItemHelper class.

메소드 상세

CreateButton() 공개 정적인 메소드

Creates a ToolStripButton.
public static CreateButton ( ) : ToolStripButton
리턴 System.Windows.Forms.ToolStripButton

CreateComboBox() 공개 정적인 메소드

Creates a ToolStripComboBox.
public static CreateComboBox ( ) : ToolStripComboBox
리턴 System.Windows.Forms.ToolStripComboBox

CreateContextMenu() 공개 정적인 메소드

Creates a context menu.
public static CreateContextMenu ( ) : ContextMenuStrip
리턴 System.Windows.Forms.ContextMenuStrip

CreateControlHost() 공개 정적인 메소드

Creates a ToolStripControlHost.
public static CreateControlHost ( Control ctrl ) : ToolStripControlHost
ctrl System.Windows.Forms.Control
리턴 System.Windows.Forms.ToolStripControlHost

CreateDropDownButton() 공개 정적인 메소드

Creates a ToolStripDropDownButton.
public static CreateDropDownButton ( ) : ToolStripDropDownButton
리턴 System.Windows.Forms.ToolStripDropDownButton

CreateMenuItem() 공개 정적인 메소드

Creates the menu item.
public static CreateMenuItem ( ) : ToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

CreateSplitButton() 공개 정적인 메소드

Creates a ToolStripSplitButton.
public static CreateSplitButton ( ) : ToolStripSplitButton
리턴 System.Windows.Forms.ToolStripSplitButton

CreateToolStrip() 공개 정적인 메소드

Creates a tool strip.
public static CreateToolStrip ( ) : ToolStrip
리턴 System.Windows.Forms.ToolStrip

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool fDisposing ) : void
fDisposing bool
리턴 void

GetBeginGroup() 공개 정적인 메소드

Sets the begin group property for the specified ToolStripItem.
public static GetBeginGroup ( ToolStripItem item ) : bool
item System.Windows.Forms.ToolStripItem
리턴 bool

InsertItemBefore() 공개 정적인 메소드

Inserts a new item before the specified item.
public static InsertItemBefore ( ToolStripItem beforeItem, ToolStripItem insertItem ) : void
beforeItem System.Windows.Forms.ToolStripItem The before item.
insertItem System.Windows.Forms.ToolStripItem The insert item.
리턴 void

SetBeginGroup() 공개 정적인 메소드

Sets the begin group property for the specified ToolStripItem.
public static SetBeginGroup ( ToolStripItem item, bool beginGroup ) : void
item System.Windows.Forms.ToolStripItem
beginGroup bool
리턴 void