バージョン

GetBorderStyle メソッド (UltraEditorProxyOwnerBase)

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

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
borderStyle
エディターの埋め込み要素で使用されるBorderStyle

戻り値の型

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