|
|
|
|
|
SftOptionsEntry.MakeVisible Method |
Makes the entry visible using vertical scrolling if needed.
Syntax
|
VB.NET |
object.MakeVisible |
||
|
VB |
object.MakeVisible |
||
|
C#.NET |
void object.MakeVisible(); |
||
|
VC++ |
HRESULT object->MakeVisible(); |
||
|
C |
HRESULT object->raw_MakeVisible(); |
||
|
Delphi |
procedure object.MakeVisible(); |
object
A SftOptionsEntry object.
Comments
The MakeVisible method makes the entry visible using vertical scrolling if needed.
Example
For i = 1 To 100
SftOptions1.Add "", "Topic" & i, "Sample Topic " & i, entrySftOptionsTopic, "", "", _
Nothing, "", "", "", ""
Next
SftOptions1.Entry("Topic40").MakeCurrent
SftOptions1.Entry("Topic50").MakeVisible
SftOptions1.InitializationComplete
See Also SftOptionsEntry Object | Object Hierarchy