バージョン

GetBorderStyle メソッド (UltraGridCellProxyOwnerInfo)

エディターの埋め込み要素で使用されるBorderStyleを返します。
シンタックス
'宣言
 
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
エディターの埋め込み要素で使用されるBorderStyle

戻り値の型

エディターの埋め込み要素で使用される境界線スタイル。
参照