バージョン

GetBorderStyle メソッド

埋め込みのエディター要素で使用される境界線スタイルを返します。
シンタックス
'宣言
 
Public Overrides Function GetBorderStyle( _
   ByVal ownerContext As Object, _
   ByRef borderStyle As Infragistics.Win.UIElementBorderStyle _
) As Boolean
public override bool GetBorderStyle( 
   object ownerContext,
   out Infragistics.Win.UIElementBorderStyle borderStyle
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
borderStyle
埋め込みのエディター要素で使用される境界線スタイル
参照