バージョン

IsVertical メソッド (UltraTrackBarOwnerInfo)

要素が垂直表示かどうかを返します。
シンタックス
'宣言
 
Public Overrides Function IsVertical( _
   ByVal ownerContext As Object _
) As Boolean
public override bool IsVertical( 
   object ownerContext
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

表示が垂直かどうかを示すブール値。
解説
デフォルトの実装は false を返します。
参照