ArcFM Engine Developer Guide
SetButton Method


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