BCGControlBar Library for .NET
OnScrollButtonPropertyChanged(CommandObject,String) Method




Syntax
'Declaration
 
Protected Overridable Sub OnScrollButtonPropertyChanged( _
   ByVal button As CommandObject, _
   ByVal propertyName As String _
) 
'Usage
 
Dim instance As CommandPanel
Dim button As CommandObject
Dim propertyName As String
 
instance.OnScrollButtonPropertyChanged(button, propertyName)
protected virtual void OnScrollButtonPropertyChanged( 
   CommandObject button,
   string propertyName
)
protected: virtual void OnScrollButtonPropertyChanged( 
   CommandObject* button,
   string* propertyName
) 
protected:
virtual void OnScrollButtonPropertyChanged( 
   CommandObject^ button,
   String^ propertyName
) 

Parameters

button
propertyName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandPanel Class
CommandPanel Members

Send Feedback