'宣言 Public Overloads Function Contains( _ ByVal group As RibbonGroup _ ) As Boolean
public bool Contains( RibbonGroup group )
パラメータ
- group
- The RibbonGroup to locate.
戻り値の型
true if the group is found in the collection; otherwise, false.
'宣言 Public Overloads Function Contains( _ ByVal group As RibbonGroup _ ) As Boolean
public bool Contains( RibbonGroup group )