Spread Windows Forms 8.0 Product Documentation
RemoveModelScopeCustomName Method (IEnhancedCustomNameSupport)


The name of the custom name to remove
Removes a user-defined name from the model.
Syntax
'Declaration
 
Sub RemoveModelScopeCustomName( _
   ByVal name As String _
) 
'Usage
 
Dim instance As IEnhancedCustomNameSupport
Dim name As String
 
instance.RemoveModelScopeCustomName(name)
void RemoveModelScopeCustomName( 
   string name
)

Parameters

name
The name of the custom name to remove
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

IEnhancedCustomNameSupport Interface
IEnhancedCustomNameSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.