'宣言 Public Overloads Function Add( _ ByVal text As String _ ) As RibbonGroup
public RibbonGroup Add( string text )
パラメータ
- text
- The text to display in the new group's caption bar.
戻り値の型
The newly created RibbonGroup object.
'宣言 Public Overloads Function Add( _ ByVal text As String _ ) As RibbonGroup
public RibbonGroup Add( string text )