'宣言 Protected Overridable Function GetTextSizeOfValue( _ ByVal owner As EmbeddableEditorOwnerBase, _ ByVal ownerContext As Object, _ ByVal allowMultiline As Boolean, _ ByVal maxWidth As Integer _ ) As Size
protected virtual Size GetTextSizeOfValue( EmbeddableEditorOwnerBase owner, object ownerContext, bool allowMultiline, int maxWidth )
注: 指定したオーナーと ownerContext に関連するエディターが編集モードの場合は、EmbeddableEditorOwnerBase.GetValue メソッドから返された値ではなく、エディターの CurrentEditText プロパティの値が使用されます。