Intersoft ClientUI Documentation
OnSizePropertyChanged Method



Size property changed handler.
Syntax
Protected Sub OnSizePropertyChanged( _
   ByVal oldVariety As RibbonGroupSize, _
   ByVal newVariety As RibbonGroupSize _
) 
Dim instance As UXRibbonTabGroup
Dim oldVariety As RibbonGroupSize
Dim newVariety As RibbonGroupSize
 
instance.OnSizePropertyChanged(oldVariety, newVariety)
protected void OnSizePropertyChanged( 
   RibbonGroupSize oldVariety,
   RibbonGroupSize newVariety
)
protected:
void OnSizePropertyChanged( 
   RibbonGroupSize oldVariety,
   RibbonGroupSize newVariety
) 

Parameters

oldVariety
newVariety
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

UXRibbonTabGroup Class
UXRibbonTabGroup Members

Send Feedback