| Visual Basic (Declaration) | |
|---|---|
Public Sub EnsureVisible( _ ByVal objItem As dbiNodeItem _ ) | |
| C# | |
|---|---|
public void EnsureVisible( dbiNodeItem objItem ) | |
Parameters
- objItem
- dbiNodeItem Class
The control calling this method will need to be fully instanced and drawn before this method can work. Calling this method before the control has fully rendered will result in the method failing. NOTE: If using an older version of the dbicBase.dll base assembly, calling this method before the control has been fully instanced may result in an exception.