|
|
|
|
|
RuleVisible (Property) In french: RègleVisible
The RuleVisible property is used to: - Find out whether the rulers are visible or invisible in a Word Processing control.
- Make the rulers visible or invisible in a Word Processing control.
Reminder: The ruler in a Word Processing control is used to see and modify the tabulations and margins in the document. // Display the rulers WP_MyDoc.RuleVisible = True
Syntax
Finding out whether the rulers are visible or invisible Hide the details
<Result> = <Word Processing control>.RuleVisible
<Result>: Boolean - True if the rulers are visible in the control,
- False otherwise.
<Word Processing control>: Control name Name of Word Processing control used.
Making the rulers visible or invisible Hide the details
<Word Processing control>.RuleVisible = <Visible/Invisible>
<Word Processing control>: Control name Name of Word Processing control used. <Visible/Invisible>: Boolean - True if the rulers must be visible,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|