SCROLLBAR
Last updated
Was this helpful?
Last updated
Was this helpful?
The SCROLLBAR
class implements ISMScrollbar
and IPrefixedConstantsObject
to provide constants related to scrollbars in a solution model. It includes a getPrefix
method that returns the prefix "SM_SCROLLBAR"
for identifying related constants and overrides the toString
method to provide a descriptive name.
Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.
Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.
Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.
Used to set the horizontal and vertical scroll bar policy so that both scrollbars are displayed only when needed.
Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.
Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.
Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.
Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.
Type
Sample
Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.
Sample
Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.
Sample
Used to set the horizontal and vertical scroll bar policy so that both scrollbars are displayed only when needed.
Sample
Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.
Sample
Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.
Sample
Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.
Sample
Type
Type
Type
Type
Type
Type