バージョン

GetPadChar メソッド (UltraEditorProxyOwnerBase)

スペースの代わりに使用される文字を返します。
シンタックス
'宣言
 
Public Overrides Function GetPadChar( _
   ByVal ownerContext As Object, _
   ByRef padChar As Char _
) As Boolean
public override bool GetPadChar( 
   object ownerContext,
   out char padChar
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
padChar
パッド文字。

戻り値の型

パッド文字情報が使用可能な場合のみTrue。
参照