Ribbon for WinForms
GetHostRibbonItem メソッド (C1Ribbon)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス : GetHostRibbonItem メソッド
Returns the RibbonItem that contains the specified control.
シンタックス
'宣言
 
Public Shared Function GetHostRibbonItem( _
   ByVal control As Control _
) As RibbonItem
public static RibbonItem GetHostRibbonItem( 
   Control control
)

パラメータ

control
解説
For example, the RibbonTextBox item uses the TextBox control internally. If you pass this TextBox to the GetHostRibbonItem method it will return the owner RibbonTextBox item.
参照

C1Ribbon クラス
C1Ribbon メンバ