System: .NET 3.5, Windows Vista, 64-bit
CanExecuteHandlers do
The PopupButton is not enabled.
Full Sample Here
[Modified at 09/15/2009 09:57 AM]
<Ribbon:Ribbon>
<Ribbon:Tab Label="Tab">
<Ribbon:Group Label="Group">
<Ribbon:PopupButton Label="PopupButton">
<Ribbon:Menu IsEnabled="True">
<Ribbon:Button Command="{StaticResource ButtonOneCommand}"/>
<Ribbon:Button Command="{StaticResource ButtonTwoCommand}"/>
</Ribbon:Menu>
</Ribbon:PopupButton>
</Ribbon:Group>
</Ribbon:Tab>
</Ribbon:Ribbon>
CanExecute = true
Full Sample Here
[Modified at 09/15/2009 09:57 AM]