Options.PromptUpdateStyle Property
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.
True displays a message asking the user to verify whether they want to reformat a style or reapply the original style formatting when changing the formatting of styles. False reapplies the style formatting to the selection without verifying whether the user wants to change the style.
public:
property bool PromptUpdateStyle { bool get(); void set(bool value); };
public bool PromptUpdateStyle { get; set; }
member this.PromptUpdateStyle : bool with get, set
Public Property PromptUpdateStyle As Boolean