CommentShape.AutoSizeLabel(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Don't Automatically sizes this CommentShape based on the text that's passed in.
protected:
override void AutoSizeLabel(System::String ^ labelText);
protected override void AutoSizeLabel (string labelText);
override this.AutoSizeLabel : string -> unit
Protected Overrides Sub AutoSizeLabel (labelText As String)
Parameters
- labelText
- String