Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies the RibbonGroupsPanel that the group size is changed.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Sub OnRenderSizeChanged ( _
sizeInfo As SizeChangedInfo _
)
protected override void OnRenderSizeChanged(
SizeChangedInfo sizeInfo
)
protected:
virtual void OnRenderSizeChanged(
SizeChangedInfo^ sizeInfo
) override
abstract OnRenderSizeChanged :
sizeInfo:SizeChangedInfo -> unit
override OnRenderSizeChanged :
sizeInfo:SizeChangedInfo -> unit
protected override function OnRenderSizeChanged(
sizeInfo : SizeChangedInfo
)
Parameters
- sizeInfo
Type: System.Windows.SizeChangedInfo
Details of the old and new size involved in the change.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.