ArcFM Solution Developer Guide
SetButton Method


Syntax
'Declaration
 
<System.ObsoleteAttribute(Message="SetButton() is no longer supported", IsError=True)>
Public Sub SetButton( _
   ByVal eButtonID As MMButtonID, _
   ByVal bsCaption As System.String, _
   ByVal bIsVisible As System.Boolean, _
   ByVal bIsEnabled As System.Boolean, _
   ByVal bIsDefault As System.Boolean _
) 
'Usage
 
Dim instance As AttributeEditorUI3
Dim eButtonID As MMButtonID
Dim bsCaption As System.String
Dim bIsVisible As System.Boolean
Dim bIsEnabled As System.Boolean
Dim bIsDefault As System.Boolean
 
instance.SetButton(eButtonID, bsCaption, bIsVisible, bIsEnabled, bIsDefault)
[System.Obsolete(Message="SetButton() is no longer supported", IsError=true)]
public void SetButton( 
   MMButtonID eButtonID,
   System.string bsCaption,
   System.bool bIsVisible,
   System.bool bIsEnabled,
   System.bool bIsDefault
)

Parameters

eButtonID
bsCaption
bIsVisible
bIsEnabled
bIsDefault
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AttributeEditorUI3 Class
AttributeEditorUI3 Members

 

 


Send Comment