バージョン

GetPadding メソッド (TextEditorControlOwnerBase)

表示する値の周囲に設定されるパディングを返します。
シンタックス
'宣言
 
Public Overrides Function GetPadding( _
   ByVal ownerContext As Object, _
   ByRef size As Size _
) As Boolean
public override bool GetPadding( 
   object ownerContext,
   out Size size
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
size
(出力) 表示する値の周囲に設定されるパディング。

戻り値の型

意味のある値が返されたかどうかを示すブール値。
参照